home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / uint32.h1 < prev    next >
Encoding:
Text File  |  1997-04-15  |  72 b   |  7 lines

  1. #ifndef UINT32_H
  2. #define UINT32_H
  3.  
  4. typedef unsigned int uint32;
  5.  
  6. #endif
  7.